messages = simpleMailbox(username) messages = simpleMailbox(username, message)
Retrieve and send messages for use "username"
username | string | identity of sender or receiver. |
message | any | data to be sent. If not specified then retrieve messages for "username" otherwise send message. |
messages | cell[] | With all undelivered messages for "username" |